Includes parameters of USB device. More...
Inherits Structure.
Includes parameters of USB device.
| CrtlInEndPoint | c_ubyte, Control input endpoint. |
| CrtlOutEndPoint | c_ubyte, Control output endpoint. |
| StreamEndPoint | c_ubyte, Stream endpoint. |
| EventEndPoint | c_ubyte, Event endpoint. |
| idVendor | c_ushort, Supplier ID. |
| idProduct | c_ushort, Device ID. |
| nDeviceNumber | c_uint, Device serial No. |
| chDeviceGUID | c_ubyte * INFO_MAX_BUFFER_SIZE , Device GUID. |
| chVendorName | c_ubyte * INFO_MAX_BUFFER_SIZE , Supplier name. |
| chModelName | c_ubyte * INFO_MAX_BUFFER_SIZE , Device model. |
| chFamilyName | c_ubyte * INFO_MAX_BUFFER_SIZE , Device family name. |
| chDeviceVersion | c_ubyte * INFO_MAX_BUFFER_SIZE , device version. |
| chManufacturerName | c_ubyte * INFO_MAX_BUFFER_SIZE , Manufacturer name. |
| chSerialNumber | c_ubyte * INFO_MAX_BUFFER_SIZE , Serial No. |
| chUserDefinedName | c_ubyte * INFO_MAX_BUFFER_SIZE , User-defined name. |
| nbcdUSB | c_uint, Supported USB protocol. |
| nDeviceAddress | c_uint, Device address. |
| nReserved | c_uint * 2, Reserved. |